<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
      <title>Tagged with cyclical buffer - Processing 2.x and 3.x Forum</title>
      <link>https://forum.processing.org/two/discussions/tagged/feed.rss?Tag=cyclical+buffer</link>
      <pubDate>Sun, 08 Aug 2021 21:16:31 +0000</pubDate>
         <description>Tagged with cyclical buffer - Processing 2.x and 3.x Forum</description>
   <language>en-CA</language>
   <atom:link href="/two/discussions/taggedcyclical+buffer/feed.rss" rel="self" type="application/rss+xml" />
   <item>
      <title>cyclical/ring audio buffer</title>
      <link>https://forum.processing.org/two/discussion/11173/cyclical-ring-audio-buffer</link>
      <pubDate>Fri, 05 Jun 2015 17:57:17 +0000</pubDate>
      <dc:creator>lobodelmar</dc:creator>
      <guid isPermaLink="false">11173@/two/discussions</guid>
      <description><![CDATA[<p>Hi everyone,
I'd like for my mic to keep "listening" and when I press a button to save the past 15 seconds as well as the next 15.</p>

<p>I know how to save an audio file from the minim examples. How do I implement this "continuous listening"? I heard that the way to do that is to use a ring or cyclical audio buffer so that you don't run out of memory saving unused data. Cyclical/ring buffers keep getting overwritten until you need the data (I press "save").</p>

<p>Any ideas?</p>
]]></description>
   </item>
   </channel>
</rss>